a) [Maple Math]

[Maple Plot]

b) [Maple Math]

[Maple Plot]

c) [Maple Math]

[Maple Plot]

d) [Maple Math]

[Maple Plot]

>

>

>

e) [Maple Math]

[Maple Plot]

f) [Maple Math]

[Maple Plot]

g) [Maple Math]

[Maple Plot]

>

>

>

>

h) [Maple Math]

[Maple Plot]

i) [Maple Math]

[Maple Plot]

j) [Maple Math]

[Maple Plot]

k) [Maple Math]

[Maple Plot]

>

>

>

l) [Maple Math]

[Maple Plot]

m) [Maple Math]

[Maple Plot]

n) [Maple Math]

[Maple Plot]

o) [Maple Math]

[Maple Plot]

>

>

>

p) [Maple Math]

[Maple Plot]

q) [Maple Math]

[Maple Plot]

>

>

>

r) [Maple Math]

> implicitplot(x*y = 4,x=-5..5,y=-20..20);

[Maple Plot]

s) [Maple Math]

> implicitplot(abs(x)+abs(y) = 2,x=-3..3,y=-3..3,numpoints=1000);

[Maple Plot]

>

>

>

Explique quando a funçao g(x) = sin (x) é ímpar, par ou nenhum nem outro. )

> g:=x->sin(x);

[Maple Math]

> g(Pi/2);

[Maple Math]

> g(-Pi/2);

[Maple Math]

sin (x) é uma função ímpar pois que f( - x) = - f(x).

Explique quando a função h(x) = cos (x) é ímpar, par ou nenhum nem outro.

> h:=x->cos(x);

[Maple Math]

> h(Pi);

[Maple Math]

> h(-Pi);

[Maple Math]

cos (x) é uma função par pois f(- x) = f(x).

Explique quando a a funçao j(x) = tan (x) é ímpar, par ou nenhum nem outro.

> j:=x->tan(x);

[Maple Math]

> j(-Pi/4);

[Maple Math]

> j(Pi/4);

[Maple Math]

tan (x) é uma função ímpar pois f( - x) = - f(x).